Skip to content

Conversation

@remyleone
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings December 5, 2025 16:18
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 1.76%. Comparing base (f8f8801) to head (bc99ed2).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #3513   +/-   ##
======================================
  Coverage    1.76%   1.76%           
======================================
  Files         406     406           
  Lines       44434   44434           
======================================
  Hits          784     784           
  Misses      43562   43562           
  Partials       88      88           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@remyleone remyleone added this pull request to the merge queue Dec 5, 2025
Copilot finished reviewing on behalf of remyleone December 5, 2025 16:46
Merged via the queue into scaleway:master with commit 8bcb75f Dec 5, 2025
91 checks passed
@remyleone remyleone deleted the build_workflow branch December 5, 2025 16:49
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new GitHub Actions workflow to explicitly test building the Terraform provider across multiple operating systems. The workflow ensures the provider can be built successfully on Ubuntu, macOS, and Windows platforms.

Key changes:

  • New build workflow that runs on pull requests and merge groups
  • Multi-OS build matrix (ubuntu-latest, macos-latest, windows-latest)
  • Includes go.mod tidiness verification to catch dependency issues

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

git diff --exit-code

- name: Build the provider
run: go build ./
Copy link

Copilot AI Dec 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build command go build ./ is inconsistent with other workflows in this repository. Other workflows (unit-tests.yaml, coverage.yml) use make build, which runs go install according to the GNUmakefile. Consider using make build instead for consistency, or if you specifically want to test that go build works without installing, please add a comment explaining the rationale.

Suggested change
run: go build ./
run: make build

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants